projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c30313
)
Fix to 2fddfb7ce7
author
Eric Abrahamsen
<eric@ericabrahamsen.net>
Sun, 22 Oct 2017 23:46:49 +0000
(16:46 -0700)
committer
Eric Abrahamsen
<eric@ericabrahamsen.net>
Wed, 8 Nov 2017 22:46:03 +0000
(14:46 -0800)
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object):
Fix bogus paren wrapping.
lisp/emacs-lisp/eieio-base.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eieio-base.el
b/lisp/emacs-lisp/eieio-base.el
index e718bdf21f4e664eaf224969933619dcfcb05596..f11056faecc27e8edef8cb9c6ee930a2fa31f5c8 100644
(file)
--- a/
lisp/emacs-lisp/eieio-base.el
+++ b/
lisp/emacs-lisp/eieio-base.el
@@
-259,8
+259,8
@@
identified, and needing more object creation."
;; Earlier versions of `object-write' added a string name for
;; the object, now obsolete.
(slots (nthcdr
- (if (stringp (nth 1 inputlist) 2 1)
-
inputlist)
))
+ (if (stringp (nth 1 inputlist)
)
2 1)
+
inputlist
))
(createslots nil)
(class
(progn